home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
lang_c
/
lzwlib
/
lzwoutb.mak
< prev
next >
Wrap
Text File
|
1992-03-16
|
674b
|
50 lines
.AUTODEPEND
# *Translator Definitions*
CC = bcc +LZWOUT.CFG
TASM = TASM
TLINK = tlink
# *Implicit Rules*
.c.obj:
$(CC) -c {$< }
.cpp.obj:
$(CC) -c {$< }
# *List Macros*
EXE_dependencies = \
lzwout.obj
# *Explicit Rules*
lzwout.exe: lzwout.cfg $(EXE_dependencies)
$(TLINK) /x/c/P-/LC:\BORLANDC\LIB @&&|
c0s.obj+
lzwout.obj
lzwout
# no map file
lzwsbc.lib+
emu.lib+
maths.lib+
cs.lib
|
# *Individual File Dependencies*
lzwout.obj: lzwout.c
# *Compiler Configuration File*
lzwout.cfg: lzwoutb.mak
copy &&|
-H=LZWOUT.SYM
-IC:\BORLANDC\INCLUDE;C:\OTHERINC
-LC:\BORLANDC\LIB
-DTURBO
| lzwout.cfg